Switch to unicode-data 11
authorGraham Inggs <ginggs@debian.org>
Sat, 7 Jul 2018 12:20:36 +0000 (14:20 +0200)
committerGraham Inggs <ginggs@debian.org>
Sat, 7 Jul 2018 12:20:36 +0000 (14:20 +0200)
debian/changelog
debian/control
debian/patches/use-unicode-data.patch

index 7c0a25c092ff408fea611ba2b16196e82185172c..f89638b5910f28c3dd356fbefcf6f8a98ab4a126 100644 (file)
@@ -13,6 +13,7 @@ utf8proc (2.1.1-1) UNRELEASED; urgency=medium
   * Trim trailing whitespace from debian/changelog
   * Drop unnecessary get-orig-source target from debian/rules
   * Bump Standards-Version to 4.1.5
+  * Switch to unicode-data 11
 
  -- Graham Inggs <ginggs@debian.org>  Sat, 07 Jul 2018 08:30:46 +0000
 
index 763f4d1863b6ee6c36ae099d65ac6d6397af7e5d..4cd0cf87416208d8a34d1a906b2d3a6dacbec741 100644 (file)
@@ -6,8 +6,8 @@ Uploaders: Peter Colberg <peter@colberg.org>,
            Mo Zhou <cdluminate@gmail.com>,
 Build-Depends: debhelper (>= 11),
                perl,
-               unicode-data (<< 10.1),
-               unicode-data (>= 10.0)
+               unicode-data (<< 11.1),
+               unicode-data (>= 11.0)
 Standards-Version: 4.1.5
 Section: libs
 Homepage: https://github.com/JuliaStrings/utf8proc
index 1b1cb78105ff2bcdc4c7c93bce06644a944c8617..41ddb02e95bd0741fabca8e3b2c0e406ac8c8ff3 100644 (file)
@@ -3,7 +3,7 @@ Description: Use unicode-data instead of downloading external files
  provided by the packages unicode-data and ttf-unifont, respectively.
 Author: Peter Colberg <peter@colberg.org>
 Forwarded: not-needed
-Last-Update: 2017-07-07
+Last-Update: 2018-07-07
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/data/Makefile
@@ -13,7 +13,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  # GNU Unifont version for font metric calculations:
 -UNIFONT_VERSION=9.0.04
-+UNIFONT_VERSION=10.0.02
++UNIFONT_VERSION=11.0.01
  
  unifont.ttf:
 -      $(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://mirrors.kernel.org/gnu/unifont/unifont-$(UNIFONT_VERSION)/unifont-$(UNIFONT_VERSION).ttf
@@ -30,7 +30,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  # Unicode data version
 -UNICODE_VERSION=9.0.0
-+UNICODE_VERSION=10.0.0
++UNICODE_VERSION=11.0.0
  
  UnicodeData.txt:
 -      $(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt